diff options
Diffstat (limited to 'opt/resources/can-remove-stdbool.c')
-rw-r--r-- | opt/resources/can-remove-stdbool.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opt/resources/can-remove-stdbool.c b/opt/resources/can-remove-stdbool.c new file mode 100644 index 0000000..98338de --- /dev/null +++ b/opt/resources/can-remove-stdbool.c @@ -0,0 +1,12 @@ +#include <stdbool.h> + +#include <stdio.h> +#include <stdbool.h> + +#include <stdio.h> + +int +main(void) { + printf("Nothing to be removed.\n"); + return 0; +} |