6 lines
110 B
C++
6 lines
110 B
C++
|
// Build don't link:
|
||
|
// Skip if not native
|
||
|
// Special g++ Options: -fexceptions -fPIC -S
|
||
|
|
||
|
main() { throw 1; }
|