[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / cross-project-tests / debuginfo-tests / dexter-tests / hello.c
blob89b2a9f3904a2e1f0f98e60b531d444468d68d5c
1 // REQUIRES: system-windows
2 //
3 // RUN: %dexter --fail-lt 1.0 -w --builder 'clang-cl_vs2015' \
4 // RUN: --debugger 'dbgeng' --cflags '/Z7 /Zi' --ldflags '/Z7 /Zi' -- %s
6 #include <stdio.h>
7 int main() {
8 printf("hello world\n");
9 int x = 42;
10 __debugbreak(); // DexLabel('stop')
13 // DexExpectWatchValue('x', 42, on_line=ref('stop'))