expressions: make assign_expression() take an op argument
[smatch.git] / validation / backend / hello.c
blobb0e514be4f8b369b1d9080b4d1ff5d43c0a4c930
1 #include <stdio.h>
3 int main(int argc, char *argv[])
5 puts("hello, world");
7 return 0;
11 * check-name: 'hello, world' code generation
12 * check-command: sparsec -c $file -o tmp.o