You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
189 B

/*
* https://github.com/svaarala/duktape/issues/500
*/
/*===
still here
===*/
void test(duk_context *ctx) {
(void) (duk_push_buffer(ctx, 123, 0), "dummy");
printf("still here\n");
}