2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20081109_0.c
blobeaa25f673d382b8bcda1cf0212b496909cb56480
1 /* { dg-lto-do assemble } */
2 /* { dg-lto-options {{-w -flto}} } */
3 void Foo(void) { char bar[1]; free(bar); }