]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pie-static-2.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pie-static-2.c
1 /* { dg-do run } */
2 /* { dg-require-effective-target pie } */
3 /* { dg-require-effective-target static } */
4 /* { dg-options "-fpie -pie -static" } */
5
6 int main(void)
7 {
8 return 0;
9 }