diff options
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } |