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 4include <foo/bar.h> 5incdir </foo> 6include <foo/bar.h> ### duplicate include "foo/bar.h" 7incdir </foo> ### duplicate incdir "/foo" 8 9define D0 0 10define D0 1 ### duplicate define D0 11