Small update of the French translation
[geany-mirror.git] / tests / ctags / bug1830343.cs
blob5364dbc0f1d02fa443641c90d3de7dadd17ca863
1 class ForEachTest {
2 static void Main(string[] args) {
3 int[] fibarray = new int[] { 0, 1, 2, 3, 5, 8, 13 };
4 foreach (int i in fibarray) {
5 System.Console.WriteLine(i);