// Simple single entrypoint function test.
// build-pass
use spirv_std as _;
#[spirv(fragment)]
pub fn main() {}