1 ! RUN: %flang %s -g -c -### 2>&1 | FileCheck %s --check-prefix=FULL
2 ! RUN: %flang %s -g1 -c -### 2>&1 | FileCheck %s --check-prefix=LINE
3 ! RUN: %flang %s -gline-tables-only -c -### 2>&1 | FileCheck %s --check-prefix=LINE
5 ! LINE: -debug-info-kind=line-tables-only
6 ! FULL: -debug-info-kind=standalone