8 // This test checks that the compiler generates an error if we try
9 // declare two variables and a function with the same name.
10 // NVIDIA's 325.15 driver crashes on this.
16 // Redeclaring foo here should generate an error
19 // This causes NVIDIA's driver to crash: