mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
7 lines
110 B
C
7 lines
110 B
C
|
// %llvmgcc %s -S -o -
|
||
|
|
||
|
#include <math.h>
|
||
|
#define I 1.0iF
|
||
|
|
||
|
double __complex test(double X) { return -(X*I); }
|