8 lines · plain
1! RUN: %flang %s -g -c -### 2>&1 | FileCheck %s --check-prefix=FULL2! RUN: %flang %s -g1 -c -### 2>&1 | FileCheck %s --check-prefix=LINE3! RUN: %flang %s -gline-tables-only -c -### 2>&1 | FileCheck %s --check-prefix=LINE4 5! LINE: -debug-info-kind=line-tables-only6! FULL: -debug-info-kind=standalone7 8