The compiler supports the C99 complex and imaginary data types when the
C99 extensions option is enabled. The following listing shows an example.
#include <complex.h> complex double cd = 1 + 2*I;