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