// global_constants.cpp // LNK2019 expected void test(void); const int lnktest1 = 0; int main() { test(); }