summaryrefslogtreecommitdiff
path: root/t/t4034/ada/pre
diff options
context:
space:
mode:
Diffstat (limited to 't/t4034/ada/pre')
-rw-r--r--t/t4034/ada/pre13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/t4034/ada/pre b/t/t4034/ada/pre
new file mode 100644
index 0000000..d96fdd1
--- /dev/null
+++ b/t/t4034/ada/pre
@@ -0,0 +1,13 @@
+Ada.Text_IO.Put_Line("Hello World!");
+1 1e-10 16#FE12#E2 3.141_592 'x'
+a+b a-b
+a*b a/b
+a**b
+a(b)
+a:=b
+a=b a/= b
+a<b a<=b a>b a>=b
+a,b
+a=>b
+a..b
+a<>b