/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/function-redefinition.ispc
15 строк
199 B
Matt Pharr
Multiple small fixes for better C conformance.
28 ноя 2011, 01:09
28 ноя 2011, 01:09
867efc2
Код
Авторство
О чём код?
// Ignoring redefinition of function "foo". float foo() { int x = { 2 }; } int y = { 2 }; float foo() { //CO while (true) //CO ; //CO for (;;) //CO ; do ; while(1); }