summaryrefslogtreecommitdiff
path: root/tests/test/tobjc35f.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/tobjc35f.pp')
-rw-r--r--tests/test/tobjc35f.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/test/tobjc35f.pp b/tests/test/tobjc35f.pp
new file mode 100644
index 0000000000..a4e8763cdf
--- /dev/null
+++ b/tests/test/tobjc35f.pp
@@ -0,0 +1,14 @@
+{ %target=darwin }
+{ %cpu=powerpc,powerpc64,i386,x86_64,arm }
+
+{ Written by Jonas Maebe in 2010, released into the public domain }
+
+{$mode objfpc}
+{$modeswitch objectivec1}
+
+uses
+ uobjc35f;
+
+begin
+ test;
+end.