mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-28 13:50:52 +00:00
4074aed7c0
Update #217
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
# Copyright 2017 syzkaller project authors. All rights reserved.
|
|
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
|
|
|
include <foo/bar.h>
|
|
incdir </foo>
|
|
include <foo/bar.h> ### duplicate include "foo/bar.h"
|
|
incdir </foo> ### duplicate incdir "/foo"
|
|
|
|
define D0 0
|
|
define D0 1 ### duplicate define D0
|