diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-03 22:41:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-03 22:41:48 +0200 |
| commit | e068da3028c1ae30741d2d1ceaca691b71830bfe (patch) | |
| tree | 9ef6fb075bb0c02d7124f9a28b7983fc8cf40203 /testsuite/compilable/empty_proc.elna | |
| parent | b6b68b25043fc4008af6c7bfb4573593a858a9de (diff) | |
| download | elna-e068da3028c1ae30741d2d1ceaca691b71830bfe.tar.gz | |
Diffstat (limited to 'testsuite/compilable/empty_proc.elna')
| -rw-r--r-- | testsuite/compilable/empty_proc.elna | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/compilable/empty_proc.elna b/testsuite/compilable/empty_proc.elna new file mode 100644 index 0000000..fb07285 --- /dev/null +++ b/testsuite/compilable/empty_proc.elna @@ -0,0 +1,4 @@ +proc f() +end + +end. |
