source: doc/working/exception/impl/test.c @ 3e06da2

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 3e06da2 was db2d937, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Working tests for exceptions with and without -fPIC

  • Property mode set to 100644
File size: 144 bytes
RevLine 
[db2d937]1void clean(__attribute__((unused)) int * p) {}
2
3extern int bar(int);
4int foo(int x) {
5        int i __attribute__((cleanup(clean)));
6        return bar(x);
7}
Note: See TracBrowser for help on using the repository browser.