summaryrefslogtreecommitdiff
path: root/tests/headers/packed-n-with-padding.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/packed-n-with-padding.h')
-rw-r--r--tests/headers/packed-n-with-padding.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/packed-n-with-padding.h b/tests/headers/packed-n-with-padding.h
deleted file mode 100644
index 8a6233b5..00000000
--- a/tests/headers/packed-n-with-padding.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma pack(push, 2)
-struct Packed {
- char a;
- short b;
- char c;
- int d;
-};
-#pragma pack(pop)