aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.c b/test.c
index 9832d1d..cb81b9c 100644
--- a/test.c
+++ b/test.c
@@ -13,6 +13,8 @@ int add (int x, int y) {
return x + y + *glob;
}
+struct foo {struct foo *foo;};
+
int abs(int x){
return (x ^ x >> 31) - (x >> 31);
}