================ @@ -37,4 +37,8 @@ #endif #endif +#if (defined(__Fuchsia__)) ---------------- petrhosek wrote: This just a nit, but there's no need for the outer parentheses: ``` #if defined(__Fuchsia__) ``` https://github.com/llvm/llvm-project/pull/73985