diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_alignas.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_alignas.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/cxx_alignas.cpp b/Tests/CompileFeatures/cxx_alignas.cpp new file mode 100644 index 0000000..35b7c82 --- /dev/null +++ b/Tests/CompileFeatures/cxx_alignas.cpp @@ -0,0 +1,4 @@ + +struct S1 { + alignas(8) int n; +}; |