зеркало из https://github.com/microsoft/clang.git
Merge this test into another.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
0c1c98c237
Коммит
a0b7d2ed23
|
@ -1,7 +0,0 @@
|
|||
// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm %s
|
||||
// PR10204
|
||||
static void loopback_VertexAttribI4ubv() {}
|
||||
|
||||
void _mesa_loopback_init_api_table() {
|
||||
(void) loopback_VertexAttribI4ubv;
|
||||
}
|
|
@ -59,3 +59,9 @@ void f8_test() {
|
|||
// CHECK: declare void @f8_user({{.*}}*)
|
||||
// CHECK: declare void @f8_callback()
|
||||
}
|
||||
|
||||
// PR10204: don't crash
|
||||
static void test9_helper(void) {}
|
||||
void test9() {
|
||||
(void) test9_helper;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче