summaryrefslogtreecommitdiff
path: root/test/Feature/callingconventions.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/callingconventions.ll')
-rw-r--r--test/Feature/callingconventions.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Feature/callingconventions.ll b/test/Feature/callingconventions.ll
index 9aafb36c75733..ac4c5090a51d6 100644
--- a/test/Feature/callingconventions.ll
+++ b/test/Feature/callingconventions.ll
@@ -59,4 +59,11 @@ define void @ghc_caller() {
ret void
}
+declare hhvm_ccc void @hhvm_c_callee()
+
+define hhvmcc void @hhvm_caller() {
+ call hhvm_ccc void @hhvm_c_callee()
+ ret void
+}
+
declare i32 @__gxx_personality_v0(...)