blob: d0887461430d3c147cdc658ebc7c29cc6109db7b [file]
// KIND: STANDALONE_LLDB
// IGNORE_NATIVE: cacheMode=NO
// INPUT_DATA_FILE: stdlibRelativePathsWithCache.in
// OUTPUT_DATA_FILE: stdlibRelativePathsWithCache.out
fun main() {
// Ideally, we should be testing relative paths in user klibs as well.
// But that turned out to be trickier than expected.
// Also, this test doesn't check that lldb can display the actual stdlib sources,
// because it requires additional configuration to make lldb find those sources.
// All these improvements are tracked in KT-83757.
Throwable()
// Here we test the synthetic file "[K][Suspend]Functions" -- it is the only file in stdlib that has relative path with one segment.
val lambda = {}
lambda()
}