import futhark static: writeFile("src/complex_issue.h",""" struct futhark { _Complex double d; }; """) importc: path "." "complex_issue.h"