git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2010-01-31 11:52:52 +00:00
Родитель c099d9bc48
Коммит e1cd3374a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -180,4 +180,4 @@ struct X4 {
};
// PR5897 - accept static_cast from const void* to const int (*)[1].
void PR5879() { (void)static_cast<const int(*)[1]>((const void*)0); }
void PR5897() { (void)static_cast<const int(*)[1]>((const void*)0); }