repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
FrontendC++
/
2009-07-16-Using.cpp
blob
c0e031424acbe87136e7fbebe4e732aab005c8f8
1
// RUN: %llvmgxx %s -S -o /dev/null
2
3
namespace
A
{
4
typedef
int
B
;
5
}
6
struct
B
{
7
};
8
using
::
A
::
B
;