Edit

kc3-lang/kc3/test/ic3/defstruct.in

Branch :

  • test/ic3/defstruct.in
  • quote defmodule Test do defstruct [a: 1, b: 2] end
    defmodule Test do defstruct [a: 1, b: 2] end
    quote %Test{}
    %Test{}