mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Add code to test case to create an evil linked list with:
task_evil -> task_2 -> task_3 -> task_evil ...
and to check that the linked list iterator only iterates 3 times.
llvm-svn: 137291