This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f6d07e86c6
gecko
/
xpcom
/
tests
/
static-checker
/
TestStaticInitStructOK.cpp
Ehren Metcalfe
89f08aef5e
Bug 573786 - Script to detect static initializers r=taras
2010-08-18 18:04:39 -07:00
6 lines
43 B
C++
Raw
Blame
History
struct
Blah
{
int
i
;
}
;
Blah
b
=
{
3
}
;
Reference in New Issue
View Git Blame
Copy Permalink