PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr51572-1_0.c
blobdfe52978305d86b1b20b3424178ca64f56c52747
1 /* { dg-lto-do link } */
2 /* { dg-lto-options { { -flto -g } } } */
4 typedef int T;
5 void fn (void)
7 static T t;
9 int main() {}