Add detection of PKGBUILD files as Shell scripts
[geany-mirror.git] / tests / ctags / bug960316.v
blob48da6d0f9ddfe1112924a4694eb5781a3a3ebeea
1 /**************************************************************************
2 ****
3 * test task one
4 * the line below has 53 asteriks
5 *****************************************************/
6 task pass_task_1;
7 begin
8 end
9 endtask
11 /**************************************************************************
12 ****
13 * test task one
14 * the line below has 54 asteriks
15 ******************************************************/
16 task fail_task_2;
17 begin
18 end
19 endtask
21 /**************************************************************************
22 ****
23 * test function one
24 * the line below has 53 asteriks
25 *****************************************************/
26 function pass_func_1;
27 begin
28 end
29 endfunction
31 /**************************************************************************
32 ****
33 * test function two
34 * the line below has 54 asteriks
35 ******************************************************/
36 function fail_func_2;
37 begin
38 end
39 endfunction
41 /**************************************************************************
42 ****
43 * test function one
44 * the line below has 53 asteriks
45 *****************************************************/
46 `define pass_define_1 1'b1;
48 /**************************************************************************
49 ****
50 * test function two
51 * the line below has 54 asteriks
52 ******************************************************/
53 `define fail_define_2 1'b1;