blob: 344129a1897d8c963e36e201c0254ce27b7d9f6c [file] [log] [blame]
library example_4;
struct Point {
uint64 x;
};
enum Enum {
x = 23;
};
interface Interface {
23: func(bool x) -> ();
};