#include "JSystem/JSystem.h" // IWYU pragma: keep #include static void dummy() { u32 a = 0; u32 b = 1; std::min(a, b); }