ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 09bbe78 was 87fc1b4, checked in by Thierry Delisle <tdelisle@…>, 5 years ago |
Fix test suite problem where linking errors weren't printed
|
-
Property mode
set to
100644
|
File size:
168 bytes
|
Rev | Line | |
---|
[87fc1b4] | 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.