source: tests/enum_tests/voidEnum.cfa @ 94aa202

Last change on this file since 94aa202 was eae8b37, checked in by JiadaL <j82liang@…>, 2 weeks ago

Move enum.hfa/enum.cfa to prelude

  • Property mode set to 100644
File size: 112 bytes
RevLine 
[12df6fe]1#include <fstream.hfa>
2
[236f133]3enum() E { A, B, C };
[12df6fe]4int main() {
[236f133]5    E e = A;
6    sout | e | posn( e ) | label( e );
7}
Note: See TracBrowser for help on using the repository browser.