Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ced7671c18e115ac3c3f54abfaaafcc6d33edc4c
/
.
/
test
/
SemaCUDA
/
qualifiers.cu
blob: 8d5b759a6d7bc4879007ab3ee269abb92dc4ea26 [
file
] [
log
] [
blame
]
Peter Collingbourne
ced7671
2010-12-01 03:15:31 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
#include
"cuda.h"
4
5
__global__
void
g1
(
int
x
)
{}