diff options
Diffstat (limited to 'tests/sizeof-postfix.c')
-rw-r--r-- | tests/sizeof-postfix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/sizeof-postfix.c b/tests/sizeof-postfix.c deleted file mode 100644 index 9062517..0000000 --- a/tests/sizeof-postfix.c +++ /dev/null @@ -1,4 +0,0 @@ -int x; -int f(void) { - return sizeof (x)++; -} |