File: printf.stdout

package info (click to toggle)
pocl 6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,304 kB
  • sloc: lisp: 149,513; ansic: 103,778; cpp: 54,947; python: 1,513; sh: 949; ruby: 255; pascal: 226; tcl: 180; makefile: 173; java: 72; xml: 49
file content (52 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Testing 'ocl_std_no_args'
Hello
IO == 0

Testing 'ocl_std_literal_str_arg'
Hello strings.
IO == 0

Testing 'ocl_std_nop_str_arg'
Howdy HIPpies!
I'm correct since I'm not an empty string!
IO == 0

Testing 'ocl_std_percent_escape'
hello
%
hello % world
%s
IO == 1

Testing 'ocl_std_global_str_arg_emulated'
HELLO GLOBAL
STRiNGS
IO == 0

Testing 'spirv_std_var_str_arg_constant_program_scope'
CONSTANT AS program scope
IO == 0

Testing 'spirv_std_var_str_arg_constant_func_scope'
CONSTANT AS function scope
IO == 0

Testing 'spriv_std_str_arg_global'
HELLO GLOBAL
 STRiNGS

IO == 0

Testing 'spirv_std_conditional_string'
io[0] was 1 1
IO == 0

Testing 'spirv_std_array_of_strings'
I am a dynamic str arg B.

IO == 0

Testing 'spirv_host_defined_strings'
host defined string: String from the HOST
IO == 0