summaryrefslogtreecommitdiff
path: root/TestPrograms/test_cxx11_auto.cpp
blob: 190f9aaae9e96099a452eb05d93f239ce40bfb21 (plain)
1
2
3
4
5
int main(int argc, char* argv[])
{
    auto a = 1 + 2;
    return 0;
}