1/* { dg-lto-do assemble } */
2/* { dg-lto-options {{-w -flto}} }  */
3void Foo(void) { char bar[1]; free(bar); }
4