summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/keeping_sizeof.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/keeping_sizeof.c b/tests/keeping_sizeof.c
new file mode 100644
index 0000000..caa34e9
--- /dev/null
+++ b/tests/keeping_sizeof.c
@@ -0,0 +1,4 @@
+int main() {
+ int x = sizeof(struct { int a; char b; });
+ return 0;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback