diff options
author | EuAndreh <eu@euandre.org> | 2023-07-01 06:16:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-01 06:20:05 -0300 |
commit | bb219905099497f86c3c417cd48df702533410c8 (patch) | |
tree | 5199a2142793c3fca917a37c2cb664d813345033 /opt/resources/can-remove-stdbool.copy.c.expected | |
parent | Makefile: Run opt checks individually (diff) | |
download | dotfiles-bb219905099497f86c3c417cd48df702533410c8.tar.gz dotfiles-bb219905099497f86c3c417cd48df702533410c8.tar.xz |
opt/tests/uninclude.sh: Fix C file extension
Diffstat (limited to 'opt/resources/can-remove-stdbool.copy.c.expected')
-rw-r--r-- | opt/resources/can-remove-stdbool.copy.c.expected | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opt/resources/can-remove-stdbool.copy.c.expected b/opt/resources/can-remove-stdbool.copy.c.expected new file mode 100644 index 0000000..f3da0d3 --- /dev/null +++ b/opt/resources/can-remove-stdbool.copy.c.expected @@ -0,0 +1,9 @@ + + +#include <stdio.h> + +int +main(void) { + printf("Nothing to be removed.\n"); + return 0; +} |