Add tests

This commit is contained in:
Stanislav Gromov 2021-03-06 20:54:06 +07:00
parent 44a8c5c76f
commit 74bb2b3450
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/* 3 empty lines */
new a, b;// <= line 4

View File

@ -0,0 +1,7 @@
{
'test_type': 'output_check',
'errors': """
gh_398.pwn(4) : warning 203: symbol is never used: "a"
gh_398.pwn(4) : warning 203: symbol is never used: "b"
"""
}

View File

@ -0,0 +1,2 @@
#include "gh_398.inc"
main(){}