comparison: xpcom/tests/static-checker/TestStaticInitAttr.cpp
xpcom/tests/static-checker/TestStaticInitAttr.cpp
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 int foo() __attribute__((constructor)); |
|
2 |
|
3 int foo() { |
|
4 return 0; |
|
5 } |