Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
Parser
/
argument_qualified.c
blob: c9494e7373a0f43ce64a09369c69d12b41d02ffe [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc %s
Reid Spencer
5f016e2
2007-07-11 17:01:13 +0000
[
diff
] [
blame
]
2
int
abc
(
const
float
x
)
{
3
return
1
;
4
}
5