• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# When run without --expensive-definedness-checks valgrind
2# produces:
3#
4# ==10953== Conditional jump or move depends on uninitialised value(s)
5# ==10953==    at 0x4004F8: main (bug340392.c:15)
6#
7# Making sure we don't get the message.
8#
9prog: bug340392
10vgopts: -q --expensive-definedness-checks=yes
11