1 2 3 4 5 6 7 8
type Handle = extern var s: []Handle (* @Error Opaque type 'Handle' cannot be used to declare a variable *) begin end.