repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update dev300-m57
[ooovba.git]
/
visibility.cxx
blob
c00166f1f37c5d98b95de75263ba7f7aa65851a4
1
#pragma GCC visibility push(hidden)
2
struct
__attribute__
((
visibility
(
"default"
)))
TestStruct
{
3
static void
Init
();
4
};
5
__attribute__
((
visibility
(
"default"
)))
void
TestFunc
() {
6
TestStruct
::
Init
();
7
}