gecko/js/src/analysis-tests/misdeclared-red-funcptr2.cpp

6 lines
118 B
C++

#include "jstypes.h"
// JS_REQUIRES_STACK should come before the *
typedef void (* RedFuncPtr)() JS_REQUIRES_STACK;