Added __LINE__ symbol

This commit is contained in:
Gašper Dobrovoljc
2025-06-03 18:07:27 +02:00
parent 1b45d6a0f9
commit de2522c28c
4 changed files with 19 additions and 2 deletions

4
prg/test.pins25 Normal file
View File

@@ -0,0 +1,4 @@
fun putint(n)
fun main() =
putint(__LINE__)