js: Fixed program comment (#1391)

This commit is contained in:
Mr.doob 2020-03-08 23:33:39 -07:00 committed by GitHub
parent 1207187e97
commit 4dee1ec0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 08:49:21 +09:00

View File

@ -33,7 +33,7 @@
int main()
{
// function foo() { return 1 + 2; }
// function foo() { return (1 + 2) + 3; }
// foo();
auto program = make<JS::Program>();