blob: d970aa012a519934ee4fe43c94298463d05b9b80 [file] [log] [blame]
module example_4
struct Point {
uint64 x;
}
enum Enum {}
interface Interface {
const bool foo = true;
const string s = "abc";
enum Enum {};
23: func(bool x) -> ();
}