]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/main.cpp
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / cpp / limit-debug-info / main.cpp
1 #include "derived.h"
2
3 int main() {
4     Foo f; // break here
5     f.bar();
6     return f.baz();
7 }