github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/pkg/compiler/testdata/consts_errors.txt (about)

     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