Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / stmtexpr2.C
blobcbe6aabfe022cec8df9435a02a421dfaa2f289cf
1 // { dg-do assemble  }
2 // { dg-options "-O2" }
3 // Origin: Jakub Jelinek <jakub@redhat.com>
5 void bar(int);
6 void foo(int x)
8   bar(({ int y; y = x; }));