Dragging in some modules when X86Compiler is used, so scripts can use them.
[trylon.git] / tests / symbols / main
blob30c7046d7b759fd5181a32c3979b12d064ff039a
1 trylon symbols-test
3 main: args
4         Symbol intern: "foo"
5         print-line: "Generated 'foo': " + (Symbol intern: "foo") object-ptr string
6         print-line: "Generated 'foo': " + (Symbol intern: "foo") object-ptr string
7         print-line: "Built-in 'foo':  " + 'foo' object-ptr string
8         'afoo'
9         'symbol-1'
10         'symbol-2'