summaryrefslogtreecommitdiff
path: root/tests/headers/packed-bitfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/packed-bitfield.h')
-rw-r--r--tests/headers/packed-bitfield.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/packed-bitfield.h b/tests/headers/packed-bitfield.h
deleted file mode 100644
index ef23bc6a..00000000
--- a/tests/headers/packed-bitfield.h
+++ /dev/null
@@ -1,5 +0,0 @@
-struct Date {
- unsigned char day: 5;
- unsigned char month: 4;
- signed short year: 15;
-} __attribute__((packed));