use_typeof.cxx 70 B

123456
  1. int main(int argc, char**)
  2. {
  3. typeof(argc) ret = 0;
  4. return ret;
  5. }