summaryrefslogtreecommitdiff
path: root/tests/static-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static-2.c')
-rw-r--r--tests/static-2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/static-2.c b/tests/static-2.c
new file mode 100644
index 0000000..9a2aed4
--- /dev/null
+++ b/tests/static-2.c
@@ -0,0 +1,4 @@
+// Part of static-1.c
+static int f() {
+ return 2;
+}