11 lines
153 B
Modula-2
11 lines
153 B
Modula-2
language = Objective-C
|
|
modules = Foo
|
|
---
|
|
static int getDefInt() {
|
|
return 2;
|
|
}
|
|
|
|
static int getFrameworkIntFromDef() {
|
|
return getFrameworkInt();
|
|
}
|