1 // RUN: %clang_cc1 -w -emit-llvm %s -o /dev/null 2 test(enum foo * X)3 void test(enum foo *X) { 4 } 5 6