repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
memcheck/tests/sh-mem-random.c: Set huge_addr to 240GB
[valgrind.git]
/
memcheck
/
tests
/
bug464969_d_demangle.cpp
blob
00155ce048d62f8d21355fbf160b758b6345050f
1
#include <iostream>
2
3
extern
"C"
void
_D4test4findFiPxaZPxa
()
4
{
5
int
a
;
6
if
(
a
)
7
std
::
cout
<<
"Xa
\n
"
;
8
else
9
std
::
cout
<<
"X"
<<
"a
\n
"
;
10
}
11
12
int
main
()
13
{
14
_D4test4findFiPxaZPxa
();
15
}
16
17