1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fms-extensions -emit-llvm < %s | FileCheck %s
2 // Test that __unaligned does not impact the layout of the fields.
9 // CHECK: %struct.A = type { i8, i32 }
17 // CHECK: %struct.A2 = type { i32, i8, i32 }