OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / repo1.C
1 // { dg-options "-frepo" }
2 // { dg-require-host-local "" }
3
4 extern "C" inline void f() {}
5
6 int main () {
7   f();
8 }
9
10 // { dg-final { cleanup-repo-files } }