Chromium Code Reviews| Index: crosstest/test_global.h |
| diff --git a/crosstest/test_global.h b/crosstest/test_global.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dc7ff75bf88edf68a7ddcc361345194843cfe9ad |
| --- /dev/null |
| +++ b/crosstest/test_global.h |
| @@ -0,0 +1,2 @@ |
| +size_t getNumArrays(); |
| +const uint8_t *getArray(size_t WhichArray, size_t &Len); |