This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-10-30 21:55:31 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0b72df38c8
gecko-dev
/
xpcom
/
tests
/
static-checker
/
TestStaticInitStructOK.cpp
Ehren Metcalfe
9082c6c811
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