blob: 5ecc7ac9d3d6132632734011962c913be0fb9928 [file] [log] [blame]
set foo(x) { print(x); }
main() { foo = 42; }