Clang Project
clang_source_code
/
test
/
CodeGen
/
2003-10-28-ident.c
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
4
#ident "foo"
5