aboutsummaryrefslogtreecommitdiff
path: root/opt/resources/can-remove-stdbool.c
blob: 98338de64edbe5fe0ab4bae3d2a8fc7fc804e38b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdbool.h>

#include <stdio.h>
#include <stdbool.h>

#include <stdio.h>

int
main(void) {
	printf("Nothing to be removed.\n");
	return 0;
}