diff options
Diffstat (limited to 'test/PCH/Inputs/pr27445.h')
| -rw-r--r-- | test/PCH/Inputs/pr27445.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/Inputs/pr27445.h b/test/PCH/Inputs/pr27445.h new file mode 100644 index 000000000000..f78a1bcf859f --- /dev/null +++ b/test/PCH/Inputs/pr27445.h @@ -0,0 +1,4 @@ +struct Info { + virtual ~Info(); + void hash() {} +}; |
