summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-function-defs/a.h
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-01-26 23:07:59 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-01-26 23:07:59 +0000
commit76ea19641ec649c4d07dee5216d7d2a956bb4f9e (patch)
treee3162d9697d64f3387fe42dedaf9e5e3741c210c /clang/test/Modules/Inputs/merge-function-defs/a.h
parent7ea2929d849a49c044dd77542c9b33409dae3c74 (diff)
downloadbcm5719-llvm-76ea19641ec649c4d07dee5216d7d2a956bb4f9e.tar.gz
bcm5719-llvm-76ea19641ec649c4d07dee5216d7d2a956bb4f9e.zip
[modules] Additional tests.
llvm-svn: 293223
Diffstat (limited to 'clang/test/Modules/Inputs/merge-function-defs/a.h')
-rw-r--r--clang/test/Modules/Inputs/merge-function-defs/a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/merge-function-defs/a.h b/clang/test/Modules/Inputs/merge-function-defs/a.h
new file mode 100644
index 00000000000..7fc0e52c410
--- /dev/null
+++ b/clang/test/Modules/Inputs/merge-function-defs/a.h
@@ -0,0 +1,4 @@
+struct X {
+ virtual void f();
+};
+inline void X::f() {}
OpenPOWER on IntegriCloud