aboutsummaryrefslogtreecommitdiff
path: root/res/test_print.tpc
diff options
context:
space:
mode:
authorAdam NAILI2018-06-06 13:59:04 +0200
committerAdam NAILI2018-06-06 13:59:04 +0200
commit7d8e0d62851ee37c284405740b56b704664cb6a9 (patch)
tree35c4bc0433a9ef7d5cff35ebd5a600ee68a00667 /res/test_print.tpc
parent64d73526bf9d39ad9d3f04509f6656abde2240fd (diff)
downloadtpc-compiler-7d8e0d62851ee37c284405740b56b704664cb6a9.tar.gz
Adding more tests
Diffstat (limited to 'res/test_print.tpc')
-rw-r--r--res/test_print.tpc6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/test_print.tpc b/res/test_print.tpc
new file mode 100644
index 0000000..e75d93e
--- /dev/null
+++ b/res/test_print.tpc
@@ -0,0 +1,6 @@
1entier main(void) {
2 entier r1;
3 reade(r1);
4 print(r1);
5 return 0;
6}