summaryrefslogtreecommitdiff
path: root/Tests/CxxDialect/use_typeof.cxx
blob: dabb61f4f1c3d5553731b900641f4b554ed7b1d1 (plain)
1
2
3
4
5
6

int main(int argc, char**)
{
  typeof(argc) ret = 0;
  return ret;
}