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