diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 16:06:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 16:06:58 -0400 |
| commit | 2bc8e5f74cdfca319f04ac2e6c13d04c05059137 (patch) | |
| tree | 4e3960e6a9f97573c9a63d6cbd74ea67bf20ffeb /test | |
| parent | 40e332fdbde4cc082ba9d0e4f5e8c53612bfec68 (diff) | |
Deprecate `extern` keyword
Diffstat (limited to 'test')
| -rw-r--r-- | test/extern.tm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/extern.tm b/test/extern.tm deleted file mode 100644 index 79239a39..00000000 --- a/test/extern.tm +++ /dev/null @@ -1,6 +0,0 @@ -use <math.h> -extern sqrt : func(n:Num->Num) - -func main() - >> sqrt(4) - = 2. |
