2.0
acw/focus-triggers
main
|
Last change
on this file since 4cf677d was a78dd2e, checked in by Stephen Siegel <siegel@…>, 11 days ago |
|
Further work on complex numbers; now $input works for complexes.
Introducing a "bugs" directory for examples that reveal bugs in CIVL.
|
-
Property mode
set to
100644
|
|
File size:
113 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | int f(void) {
|
|---|
| 3 | return $true || $true;
|
|---|
| 4 | }
|
|---|
| 5 |
|
|---|
| 6 | int main(void) {
|
|---|
| 7 | int x = f();
|
|---|
| 8 | $print(x, "\n");
|
|---|
| 9 | $assert(x!=0);
|
|---|
| 10 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.