Searched refs:test_global (Results 1 – 5 of 5) sorted by relevance
9 ; test_global should not be emitted to the .s file.10 ; CHECK-NOT: test_global11 @test_global = available_externally global i32 4
8 ; test_global should not be emitted to the .s file.9 @test_global = available_externally global i32 4
28 static int *test_global(void) in test_global() function