aboutsummaryrefslogtreecommitdiff
path: root/opt/resources/can-remove-stdbool.c.expected
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-22 16:05:09 -0300
committerEuAndreh <eu@euandre.org>2023-04-22 16:06:05 -0300
commit59396c99089ab67a748465f67c62280e50e791b4 (patch)
tree54f2acd6c9e12100aaa645fb95a82808cf204935 /opt/resources/can-remove-stdbool.c.expected
parentetc/sh/rc: Also exclude vendor/ from tree(1) by default (diff)
downloaddotfiles-59396c99089ab67a748465f67c62280e50e791b4.tar.gz
dotfiles-59396c99089ab67a748465f67c62280e50e791b4.tar.xz
bin/uninclude: Add new utility, with simple tests
Diffstat (limited to 'opt/resources/can-remove-stdbool.c.expected')
-rw-r--r--opt/resources/can-remove-stdbool.c.expected9
1 files changed, 9 insertions, 0 deletions
diff --git a/opt/resources/can-remove-stdbool.c.expected b/opt/resources/can-remove-stdbool.c.expected
new file mode 100644
index 0000000..f3da0d3
--- /dev/null
+++ b/opt/resources/can-remove-stdbool.c.expected
@@ -0,0 +1,9 @@
+
+
+#include <stdio.h>
+
+int
+main(void) {
+ printf("Nothing to be removed.\n");
+ return 0;
+}