1 // Compile with: clang -gmlt -fdebug-info-for-profiling -O2 discrim.c -o discrim
2 // to get an input file with DWARF line table discriminators in it.
3 // Tested in test/tools/llvm-symbolizer/sym-verbose.test
5 static volatile int do_mul
;
6 static volatile int x
, v
;
9 if (do_mul
) x
*= v
; else x
/= v
;