HHVM calling conventions.
[oota-llvm.git] / test / Feature / callingconventions.ll
index 9aafb36c7573348db64ad91c119f9151ef50fd00..ac4c5090a51d6dc64e185082640eda4a575df716 100644 (file)
@@ -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(...)