diff options
Diffstat (limited to 'test/Modules/Inputs/diamond_top.h')
-rw-r--r-- | test/Modules/Inputs/diamond_top.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/diamond_top.h b/test/Modules/Inputs/diamond_top.h new file mode 100644 index 000000000000..34998cd4324b --- /dev/null +++ b/test/Modules/Inputs/diamond_top.h @@ -0,0 +1,4 @@ +int top(int *); + +int top_left(char *c); + |