diff options
| author | Teddy <ted.sybil@gmail.com> | 2014-04-16 14:30:24 +0800 |
|---|---|---|
| committer | Teddy <ted.sybil@gmail.com> | 2014-04-16 14:30:50 +0800 |
| commit | e9babbcd0c0d91d89774fc72d091bb42420221c3 (patch) | |
| tree | 011c8003c89ad5d216c7d762b606f901c0b472e8 | |
| parent | 91cd328b29d72e666a1637d5b57ad667ae70f41a (diff) | |
...
| -rw-r--r-- | testcases/sizeof.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testcases/sizeof.c b/testcases/sizeof.c new file mode 100644 index 0000000..4d0dceb --- /dev/null +++ b/testcases/sizeof.c @@ -0,0 +1,3 @@ +int main() { + int a[sizeof a]; +} |