Steven Myint e183a826c5 Fix typo in getting line number
The closing parenthesis was in the wrong place resulting in the default
value not getting set. This adds a test case.
2013-10-07 06:38:49 -07:00

8 lines
57 B
C++

#include "missing.h"
int main()
{
int x;
x++;
}