Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp-clang
/
5edbdc3848abd97f3b6b3c510b3f4b48decc0ab7
/
.
/
test
/
VFS
/
Inputs
/
external-names.h
blob: 8b0baa3f023428519e90c9443bc914ca482c52ff [
file
] [
log
] [
blame
]
void
foo
(
char
**
c
)
{
*
c
=
__FILE__
;
int
x
=
c
;
// produce a diagnostic
}