Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040624-1.c
blob8eb92a4a7aa998da83d84bc1cfacb2467c17c539
1 struct s { float f[1]; };
2 struct s foo();
3 float bar() { return foo().f[0]; }