Commit 66b5e890 by Kirill Yukhin

gcc/testsuite

	* Add forgotten file.

From-SVN: r213702
parent 60c2020d
/* { dg-do compile { target { *-*-linux* } } } */
/* { dg-options "-Wno-pedantic" } */
struct S {
int a;
int b[];
} S;
struct S s = { 1, { 2, 3 } };
/* { dg-final { scan-assembler ".size\[\t \]*s, 12" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment