blob: a075a9bba0b284931c674e780b6d1866f57d97a5 [file] [log] [blame]
swissChili2999dd12021-07-02 14:19:53 -07001(defmacro weird-const (a b)
2 a)
3
4(defun main ()
5 (let1 (var "this is var")
6 (print (weird-const var 13))))