blob: 41652d11a4fefdcaa4e7f703023702503d30bd8f [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -w -emit-llvm %s -o /dev/null
2
3void test(enum foo *X) {
4}
5