Add test.

This commit is contained in:
chriseth
2021-02-11 10:50:54 +01:00
parent 9ca389d6cd
commit f4790971ae
3 changed files with 283 additions and 0 deletions
@@ -0,0 +1,4 @@
enum A { X, Y }
function f() pure returns (A) { return A.X; }
// ----