1typedef float float4;
2
3int a();
4
5int main() {
6 float4 f = 4.0f;
7 // break here
8 return a();
9}
10

source code of lldb/test/API/functionalities/data-formatter/data-formatter-caching/a.c