Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / analysis-tests / red-callgreen.cpp
1 #include "jstypes.h"
2
3 void GreenFunc();
4
5 void JS_REQUIRES_STACK RedFunc()
6 {
7   GreenFunc();
8 }