Add copy of .ttf font with .eot extension for testing
[wine-gecko.git] / xpcom / tests / static-checker / e7.cpp
blob8d2d823053fa8c223b10fb8166e84ed291f707fd
1 typedef int PRUint32;
2 typedef int PRInt32;
4 typedef PRUint32 nsresult;
6 nsresult bar(char **a, int q);
8 nsresult foo(char **a) {
9 bar(a, 0);
10 return 0;