Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
87d948ecccffea9e9e37d0d053b246e2d6d6c47b
/
.
/
test
/
Frontend
/
force-include-not-found.c
blob: 191cf9d403dba583003bcfddb4c8752bfb62ebec [
file
] [
log
] [
blame
]
Pirama Arumuga Nainar
87d948e
2016-03-03 15:49:35 -0800
[
diff
] [
blame^
]
1
// RUN: not %clang_cc1 %s -include "/abspath/missing file with spaces.h" 2>&1 | FileCheck %s
2
// CHECK: file not found
3
int
main
()
{
}