Clang Project
clang_source_code
/
test
/
Frontend
/
stdin.c
1
// RUN: %clang_cc1 -E - < /dev/null > %t
2
// RUN: grep '<built-in>' %t
3
4