source:
src/examples/strings/src/main.c
@
a772d8ab
Last change on this file since a772d8ab was a772d8ab, checked in by , 9 years ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | #ifdef __cforall |
2 | #include "tools.h" |
3 | #else |
4 | #include <assert.h> |
5 | #endif |
6 | |
7 | #include <stdlib> |
8 | |
9 | int main(int argc, char* argv[]) |
10 | { |
11 | assertf(2 == 1, "expected 2 got 1\n"); |
12 | } |
Note: See TracBrowser
for help on using the repository browser.