blob: 2239412d1af028b44360c2f8d6d2fdeeb2cc6a17 (
plain)
1
2
3
4
5
6
7
|
/* { dg-lto-do link } */
/* { dg-lto-options {{-fPIC -O2 -flto -flto-partition=1to1}} } */
/* { dg-extra-ld-options {-fno-PIC -r -nostdlib -O2 -flto -flto-partition=1to1} } */
int main(int argc, char **argv) {
return 0;
}
|