diff options
Diffstat (limited to 'test/builtins/Unit/divdc3_test.c')
| -rw-r--r-- | test/builtins/Unit/divdc3_test.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/test/builtins/Unit/divdc3_test.c b/test/builtins/Unit/divdc3_test.c index 80b9e86e1e2d..042fd23f0f24 100644 --- a/test/builtins/Unit/divdc3_test.c +++ b/test/builtins/Unit/divdc3_test.c @@ -1,3 +1,4 @@ +// RUN: %clang_builtins %s %librt -o %t && %run %t  //===-- divdc3_test.c - Test __divdc3 -------------------------------------===//  //  //                     The LLVM Compiler Infrastructure @@ -16,6 +17,8 @@  #include <complex.h>  #include <stdio.h> +// REQUIRES: c99-complex +  // Returns: the quotient of (a + ib) / (c + id)  COMPILER_RT_ABI double _Complex  | 
