source: my_tests/floating.cfa

Last change on this file was 08e0d65, checked in by JiadaL <j82liang@…>, 11 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.