nitc/ios: use a camel case version of app namespace for some version of XCode
[nit.git] / contrib / nitcc / tests / minilang.input1
1 a = 5;
2 print(a+2);