summaryrefslogtreecommitdiff
path: root/Tests/CPackInnoSetupGenerator/Code.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CPackInnoSetupGenerator/Code.pas')
-rw-r--r--Tests/CPackInnoSetupGenerator/Code.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CPackInnoSetupGenerator/Code.pas b/Tests/CPackInnoSetupGenerator/Code.pas
new file mode 100644
index 0000000000..d96d82f2df
--- /dev/null
+++ b/Tests/CPackInnoSetupGenerator/Code.pas
@@ -0,0 +1,4 @@
+function ReturnTrue(): Boolean;
+begin
+ Result := true;
+{#PascalMacro}