6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
//ww:run-exit 2
|
|
// Migrated from 700_e2e row 115.
|
|
package main;
|
|
type color = enum { RED, GREEN, BLUE };
|
|
fn main() i32 = { return color.BLUE as i32; };
|