aboutsummaryrefslogtreecommitdiff
path: root/test/builtins/Unit/multc3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/multc3_test.c')
-rw-r--r--test/builtins/Unit/multc3_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/builtins/Unit/multc3_test.c b/test/builtins/Unit/multc3_test.c
index f6cf4ca875be..5ef84670e454 100644
--- a/test/builtins/Unit/multc3_test.c
+++ b/test/builtins/Unit/multc3_test.c
@@ -1,3 +1,4 @@
+// RUN: %clang_builtins %s %librt -o %t && %run %t
//===-- multc3_test.c - Test __multc3 -------------------------------------===//
//
// The LLVM Compiler Infrastructure