aboutsummaryrefslogtreecommitdiff
path: root/testcases/ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/ref.c')
-rw-r--r--testcases/ref.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/ref.c b/testcases/ref.c
new file mode 100644
index 0000000..4644127
--- /dev/null
+++ b/testcases/ref.c
@@ -0,0 +1,4 @@
+int main() {
+ int a, b;
+ &(a + b);
+}