ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 552b5ec 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
|
Line | |
---|
1 | // This is more of a meta test, to confirm the test suite handles link errors correctly. |
---|
2 | |
---|
3 | extern void this_doesnot_exist(int); |
---|
4 | |
---|
5 | int main() { |
---|
6 | this_doesnot_exist( 6 ); |
---|
7 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.