Open olbat opened 4 years ago
What code does this generate for the example in #66?
Here is the code that's generated with the patch:
lib LibTest
fun = test : St*
struct St
a : LibC::Int
b : StB
end
enum StB
X = 0
Y = 1
end
end
Hey 👋 Can we consider to merge this fix now it's approved?
Fixes #66