source: tests/linking/linkerror.cfa @ 87fc1b4

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 87fc1b4 was 87fc1b4, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Fix test suite problem where linking errors weren't printed

  • Property mode set to 100644
File size: 168 bytes
RevLine 
[87fc1b4]1// This is more of a meta test, to confirm the test suite handles link errors correctly.
2
3extern void this_doesnot_exist(int);
4
5int main() {
6        this_doesnot_exist( 6 );
7}
Note: See TracBrowser for help on using the repository browser.