blob: c6c805a7b32c7255a71028ed552cea7c5a65a826 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3
4void test(__complex__ double D, double X) {
5 D /= X;
6}