aboutsummaryrefslogtreecommitdiff
path: root/opt/resources/can-remove-stdbool.copy.c.expected
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-07-01 06:16:52 -0300
committerEuAndreh <eu@euandre.org>2023-07-01 06:20:05 -0300
commitbb219905099497f86c3c417cd48df702533410c8 (patch)
tree5199a2142793c3fca917a37c2cb664d813345033 /opt/resources/can-remove-stdbool.copy.c.expected
parentMakefile: Run opt checks individually (diff)
downloaddotfiles-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.expected9
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;
+}