1 2 3 4 5 6 7
class MainApp : Object { public static int main(string[] args) { var l = new LibraryObject(); l.func(); return 0; } }