ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 0b57626 was
7bdcac1,
checked in by Thierry Delisle <tdelisle@…>, 6 years ago
|
Added the option to make longrun tests run until failure
|
-
Property mode set to
100644
|
File size:
129 bytes
|
Line | |
---|
1 | #include <signal.h> |
---|
2 | #include <unistd.h> |
---|
3 | |
---|
4 | int main() { |
---|
5 | // while(1); |
---|
6 | sleep(2); |
---|
7 | // raise(SIGABRT); |
---|
8 | raise(SIGSEGV); |
---|
9 | return 0; |
---|
10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.