From-SVN: r26289
This commit is contained in:
Jason Merrill 1999-04-07 23:52:31 -04:00
parent e4ad100384
commit 647f28dd61
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Skip if not native
// Special g++ Options: -O2 -fPIC
// Build don't link:
struct T

View File

@ -1,3 +1,4 @@
// Skip if not native
// Special g++ Options: -fprofile-arcs -ftest-coverage
void
swap(int& x, int& y) throw()