diff options
Diffstat (limited to 'test/tools/llvm-cov/Inputs/zeroFunctionFile.h')
| -rw-r--r-- | test/tools/llvm-cov/Inputs/zeroFunctionFile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/Inputs/zeroFunctionFile.h b/test/tools/llvm-cov/Inputs/zeroFunctionFile.h new file mode 100644 index 000000000000..1703e8e47d65 --- /dev/null +++ b/test/tools/llvm-cov/Inputs/zeroFunctionFile.h @@ -0,0 +1,3 @@ +// This header has no functions + +#define NOFUNCTIONS(x) (x) > 0 ? 0 : 1 |
