Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / bad_define_parse.c
CommitLineData
faf9a90c
C
1/* I830 Video support */
2#define NEED_REPLIES /* ? */
3//#define EXTENSION_PROC_ARGS void *
4#include "file.h" /* required */
5#include <X11/extensions/panoramiXproto.h> /* required */
6
7int main () {
8 f();
9 __releases(x)
10}