```nim from std/os import `/` importc: "webgpu-headers"/"webgpu.h" ``` results in this code inside `futhark-includes.h`: ```c #import webgpu-headers/webgpu.h ``` but a regular string does not do that