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