source: mainline/uspace/app/pcc/cc/cpp/tests/res2@ 423e5e87

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 423e5e87 was a7de7182, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 15 years ago

Added pcc source tree (contents of pcc-1.0.0.tgz)

  • Property mode set to 100644
File size: 216 bytes
Line 
1
2# 1 "<stdin>"
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1);
18f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) &
19f(2 * (0,1))^m(0,1);
20int i[] = { 1, 23, 4, 5, };
21char c[2][6] = { "hello", "" };
22
23
24
25
26
27
Note: See TracBrowser for help on using the repository browser.