[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / cross-project-tests / debuginfo-tests / dexter / feature_tests / subtools / test / label_another_line.cpp
blob0a9533647515315ce92ddffa97046ef77f0c9568
1 // Purpose:
2 // Check that the optional keyword argument 'on_line' makes a \DexLabel label
3 // that line instead of the line the command is found on.
4 //
5 // RUN: %dexter_regression_test -- %s | FileCheck %s
6 // CHECK: label_another_line.cpp: (1.0000)
8 int main() {
9 int result = 0;
10 return result;
13 // DexLabel('test', on_line=10)
14 // DexExpectWatchValue('result', '0', on_line=ref('test'))