blob: 9332c65b61bd9cbe9e304ab83562c79dc73b9e0b [file] [log] [blame]
#version 450
float add(float a, float b) {
return a + b;
}
int foo() {
return 0;
}