forked from OSchip/llvm-project
clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.c: Use <stddef.h> provided by clang, instead of <stdio.h>.
llvm-svn: 251503
This commit is contained in:
parent
f1d6029016
commit
257fc92826
|
@ -1,6 +1,6 @@
|
|||
// RUN: clang-tidy -checks=-*,modernize-redundant-void-arg %s -- -x c | count 0
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
||||
extern int i;
|
||||
|
||||
|
|
Loading…
Reference in New Issue