Bug 462294 - Add "View Video" to context menu for <video> elements. r=gavin, ui...
[wine-gecko.git] / xpcom / tests / static-checker / o13.cpp
blobf2b4531abf5440fcc6c39e161e97ed53d7f685f4
1 typedef int PRBool;
2 typedef int PRUint32;
3 typedef int PRInt32;
5 typedef PRUint32 nsresult;
6 typedef short PRUnichar;
8 nsresult baz(int *p);
10 void bar(int *p __attribute__((user("NS_outparam")))) {
11 if (baz(p) != 0) {
12 *p = 0;