Add copy of .ttf font with .eot extension for testing
[wine-gecko.git] / xpcom / tests / static-checker / e5.cpp
blob0db6d92c39d61916d25d7c55a44a8b5c78ea8751
1 typedef int PRUint32;
2 typedef int PRInt32;
4 typedef PRUint32 nsresult;
6 nsresult foo(__attribute__((user("inoutparam"))) int *a) {
7 *a = 9;
8 return 1;