diff options
Diffstat (limited to 'test/link/common_symbols_alignment/a.c')
| -rw-r--r-- | test/link/common_symbols_alignment/a.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/link/common_symbols_alignment/a.c b/test/link/common_symbols_alignment/a.c new file mode 100644 index 0000000000..adff9d15f3 --- /dev/null +++ b/test/link/common_symbols_alignment/a.c @@ -0,0 +1,2 @@ +int foo; +__attribute__((aligned(4096))) int bar; |
