Silence a warning.

This commit is contained in:
Vassil Vassilev 2014-03-31 10:50:58 +02:00 committed by sftnight
parent 14dc0c1c99
commit 68221520fc

View File

@ -29,7 +29,7 @@ int my_funct() {
int my_int = 20;
my_int
(void)my_int
// CHECK: (int) 20
my_funct()