source: my_tests/floating.cfa @ 08e0d65

Last change on this file since 08e0d65 was 08e0d65, checked in by JiadaL <j82liang@…>, 9 hours ago

Fix inst type as base type for enum

  • Property mode set to 100644
File size: 63 bytes
Line 
1struct S {};
2
3enum( struct S ) mary { MX = {} };
4
5int main() {}
Note: See TracBrowser for help on using the repository browser.