1 int build = BUILD;
2 
main()3 int main() {
4   return BUILD;
5 }
6