Add copy of .ttf font with .eot extension for testing
[wine-gecko.git] / xpcom / tests / static-checker / StackConditional.cpp
blob34cf7aba830083043b5ed93ea6d8fd007bcfcbb6
1 #define NS_STACK_CLASS __attribute__((user("NS_stack")))
3 struct NS_STACK_CLASS A
5 int i;
6 };
8 void
9 GetIt(int i)
11 A *a;
13 if (i)
14 a = new A();