tests/C_C++/Tcl/overdefinition.tcl
2024-07-22 19:39:19 +02:00

8 lines
50 B
Tcl

proc proc {} {
puts hello
}
proc
# BAHAHAHA