mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 14:28:54 -04:00
6 lines
79 B
C
6 lines
79 B
C
// RUN: %clang_cc1 -w -emit-llvm %s -o /dev/null
|
|
|
|
void test(enum foo *X) {
|
|
}
|
|
|