node/tools/gyp/test/fixtures/test.cc
Node.js GitHub Bot f2cdc98e75
tools: update gyp-next to 0.20.0
PR-URL: https://github.com/nodejs/node/pull/57683
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-05-02 17:06:15 -03:00

9 lines
77 B
C++

#include "test.h"
int main() {
return foo();
}
int foo() {
return 0;
}