1 2 3 4 5 6
// RUN: clang %s -fsyntax-only -verify -pedantic typedef const char rchar; int a(char* a, rchar* b) { return a-b; }