From a0a4f0a241b5fc69e447129530c91c0cefb27487 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 21 Feb 2007 14:05:42 -0800 Subject: [PATCH] Add test case for structure attribute placement. Signed-off-by: Josh Triplett --- validation/struct-attribute-placement.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 validation/struct-attribute-placement.c diff --git a/validation/struct-attribute-placement.c b/validation/struct-attribute-placement.c new file mode 100644 index 00000000..e7383038 --- /dev/null +++ b/validation/struct-attribute-placement.c @@ -0,0 +1,3 @@ +struct __attribute__((__aligned__(16))) foo { + int a; +}; -- 2.11.4.GIT