artulab
projects
/
openbsd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f2dde8155186f4d90a313ae694620be78b4fee4d
[openbsd]
/
1
typedef float float4;
2
3
int a();
4
5
int main() {
6
float4 f = 4.0f;
7
// break here
8
return a();
9
}