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