1deee662创建于 2025年8月1日历史提交
#version 450

float add(float a, float b) {
    return a + b;
}

int foo() {
    return 0;
}