Home | History | Annotate | Download | only in testdata
      1 # Copyright 2017 syzkaller project authors. All rights reserved.
      2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
      3 
      4 include <foo/bar.h>
      5 incdir </foo>
      6 include <foo/bar.h>			### duplicate include "foo/bar.h"
      7 incdir </foo>				### duplicate incdir "/foo"
      8 
      9 define D0	0
     10 define D0	1			### duplicate define D0
     11