aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/bar2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/src/bar2.c')
-rw-r--r--cc/cc-test/src/bar2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cc/cc-test/src/bar2.c b/cc/cc-test/src/bar2.c
new file mode 100644
index 0000000..9be4291
--- /dev/null
+++ b/cc/cc-test/src/bar2.c
@@ -0,0 +1,6 @@
+#include <stdint.h>
+
+int32_t bar2() {
+ return 6;
+}
+