Commit ca0760e7 authored by Wei Ming Chen's avatar Wei Ming Chen Committed by Miguel Ojeda
Browse files

Compiler Attributes: Add continue in comment

parent 6efb943b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@
 * must end with any of these keywords:
 *   break;
 *   fallthrough;
 *   continue;
 *   goto <label>;
 *   return [expression];
 *