diff options
Diffstat (limited to 'third_party/git/t/t4034/ada/pre')
-rw-r--r-- | third_party/git/t/t4034/ada/pre | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/git/t/t4034/ada/pre b/third_party/git/t/t4034/ada/pre new file mode 100644 index 000000000000..d96fdd1e8e0f --- /dev/null +++ b/third_party/git/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 |